home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / quit / 00036.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  128 b   |  8 lines

  1. on exitFrame
  2.   global QuitResult
  3.   puppetSound(1, 0)
  4.   puppetSound(2, 0)
  5.   set QuitResult to "stop"
  6.   forget(window "quit")
  7. end
  8.